home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / mac / Bonus / Software Catalog / xtras / PrintOMatic Lite copy / PrintOMatic Lite copy.rsrc / TEXT_128_PrintOMatic Lite Message Table.txt < prev    next >
Text File  |  1997-05-10  |  696b  |  36 lines

  1. xtra PrintOMatic_Lite
  2. --
  3. -- PrintOMatic Lite Xtra
  4. -- Version 1.5.3
  5. -- Copyright 1994-96 Electronic Ink
  6. -- Published by g/matter, inc.
  7. --
  8. -- Product Information: http://www.gmatter.com/
  9. -- Technical Support & Updates: <support@gmatter.com>
  10. -- Bug Reports: <pombeta@gmatter.com>
  11. --
  12. --
  13. -- CREATE/DESTROY/RESET A DOCUMENT
  14. new object
  15. forget object
  16. reset object
  17. --
  18. -- DOCUMENT PRINTING SETUP
  19. doPageSetup object
  20. doJobSetup object
  21. setLandscapeMode object, boolean
  22. setMargins object, rect
  23. setDocumentName object, string
  24. --
  25. -- TEXT ATTRIBUTES
  26. setTextFont object, string
  27. setTextSize object, int
  28. setTextStyle object, string
  29. --
  30. -- APPEND TO DOCUMENT
  31. append object, *
  32. --
  33. -- PRINTING
  34. * printPreview *
  35. * print *
  36.